FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / ReportObjectNamedList<TItem> Class
The type of elements in the collection.
Members

In This Topic
    ReportObjectNamedList<TItem> Class
    In This Topic
    Represents the list of strong named report objects.
    Object Model
    ReportObjectNamedList<TItem> Class
    Syntax
    'Declaration
     
    Public MustInherit Class ReportObjectNamedList(Of TItem As StrongNamedReportObject) 
       Inherits ReportObjectList(Of TItem)
    public abstract class ReportObjectNamedList<TItem> : ReportObjectList<TItem> 
    where TItem: StrongNamedReportObject
    Type Parameters
    TItem
    The type of elements in the collection.
    Inheritance Hierarchy

    System.Object
       C1.WPF.Report.ReportObjectCollection<TItem>
          C1.WPF.Report.ReportObjectList<TItem>
             C1.WPF.Report.ReportObjectNamedList<TItem>
                C1.WPF.Report.DataSourceCollection

    See Also